-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating incidence to merge in Nates edits #201
Conversation
jreps
commented
Sep 23, 2023
- updated component input selection to enable div or other UIs that don't have an input
- update input selection to add a reset function (use updateFunction to specify the update function name)
- added Nate's formatting to add selected options on new lines
- updated Nate's incidence rate module to use standard input selection
- updated component input selection to enable div or other UIs that don't have an input - update input selection to add a reset function (use updateFunction to specify the update function name) - added Nate's formatting to add selected options on new lines - updated Nate's incidence rate module to use standard input selection
if (cur_dev > 1) grDevices::dev.set(cur_dev) | ||
}) | ||
# Convert to ggplot------------- | ||
cowplot::ggdraw() + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just confirming that this package is added to develop?
Adding it was necessary as pulling the legend out of the plot and placing it below was very difficult without this.
Just a few build warnings and 1 failed test, otherwise this looks good |
fixing incidence rate tar bug
fixing R check
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #201 +/- ##
===========================================
- Coverage 79.35% 78.56% -0.80%
===========================================
Files 72 72
Lines 17135 17803 +668
===========================================
+ Hits 13598 13987 +389
- Misses 3537 3816 +279
☔ View full report in Codecov by Sentry. |